home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Solaris Press Kit
/
Solaris Press Kit.iso
/
mac
/
Media
/
Solaris.dxr
/
Internal_14_gotoFrame.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2002-10-23
|
239 b
|
13 lines
property pFrame
on mouseUp me
go(pFrame)
sprite(3).visible = 0
end
on getPropertyDescriptionList
description = [:]
addProp(description, #pFrame, [#default: "start", #comment: "Go to:", #format: #string])
return description
end